Skip to main content

topStack

Type

function

Summary

Returns the long name of the topmost stack.

Syntax

the topStack
topStack()

Description

Use the topStack function to find out which stack is in the current stack.

In most applications, the active window holds the current document, and menu commands operate on the active window. In LiveCode, because of the ability to open stacks in various modes, this is not necessarily the case.

Each open window has a mode associated with it. The topStack is the frontmost stack with the lowest mode.

For example, an editable window has a mode of 1, and a palette has a mode of 4. If several palettes and editable windows are open, the topStack is the frontmost editable stack, although palettes may be in front of it. If all the editable windows are then closed, the frontmost palette becomes the topStack, since there is now no window with a lower mode.

Examples

the topStack
set the defaultStack to the topStack

function: mainStacks

glossary: current stack, editable window, return, palette

object: stack

property: mode, name

command: palette

control structure: function

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?